home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 8 / test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-27  |  86 b   |  10 lines

  1. int *val1;
  2. int *val;
  3. int mousey;
  4.  
  5. main()
  6. {
  7. *val1 += (-8);
  8. mousey = ( *val + (-8) );
  9. }
  10.